Release 10.1A: OpenEdge Development:
Progress 4GL Reference
CAPS function
Converts any lowercase letters in a character string expression to uppercase characters, and returns the resulting character string.
Syntax
expressionA constant, field name, variable name, or expression that results in a character string.
ExampleIn the following code example, the CAPS function converts the characters in the state field to uppercase:
Notes
- The CAPS function returns uppercase characters relative to the settings of the Internal Code Page (-cpinternal) and Case Table (-cpcase) startup parameters. For more information on these parameters, see OpenEdge Deployment: Startup Command and Parameter Reference .
- The CAPS function is double-byte enabled. The specified expression can yield a string containing double-byte characters; however, the CAPS function changes only single-byte characters in the string.
See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |